home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / DEGREE.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  252 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   global cur1
  7.   set the cursor of sprite 12 to cur1
  8.   set the cursor of sprite 3 to cur1
  9.   set the cursor of sprite 5 to cur1
  10.   set the cursor of sprite 6 to cur1
  11.   set the cursor of sprite 9 to cur1
  12. end
  13.